home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00279.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  135 b   |  12 lines

  1. global gNextLocker
  2.  
  3. on mouseDown
  4.   set gNextLocker to "L0"
  5.   go(the frame + 1)
  6.   dontPassEvent()
  7. end
  8.  
  9. on mouseUp
  10.   dontPassEvent()
  11. end
  12.